.top-scrollWrap {
  display: none;
}



/* 首页 菜单横向 添加 css */
.home-newcss {
  width: 100%;
  min-height: 60px !important;
  position: absolute;
  display: flex !important;
  top: 440px;
  left: 0;
  z-index: 22;
  justify-content: center;
}

.home-newcss .sidebar-icon {
  width: 32px;
  height: 32px;
  margin-right: 0 !important;
}

.home-newcss .sidebar-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 10px !important;
  border: none;
}

.home-newcss .sidebar-item {
  margin: 0 0px;
  width: 200px;
  height: 60px !important;
  padding: 0 10px;
  cursor: pointer;
}

.home-newcss .sidebar-text {
  /* flex: 1; */
  /*  text-align: justify;
  font-size: 20px;
  text-align-last: justify; */
  flex: initial !important;
  padding: 0 10px !important;
  width: max-content;
  max-width: calc(100% - 20px);
  min-width: 100px;
}

.page-mainBody {
  margin: 83px auto 0;
}

.main-right {
  width: 100%;
  max-width: 100%;
}

.normal-head {
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 28px;
  color: #333333;
}

.normal-head img {
  width: 74px;
}

.normal-head .head-title {
  padding: 0 14px;
}

/* 新增模块 */
.new-container {
  margin-top: 40px;
  width: 100%;
}

.new-container .new-box {
  display: flex;
  margin-top: 40px;
}

.new-container .new-box .new-item {
  flex: 1;
  height: 365px;
  padding-right: 10px;
  padding-left: 10px;
}

.new-container .zwgk-box {
  display: flex;
}

.new-container .zwgk-box>a {
  width: 50%;
  flex: 1;
}

.new-container .zwgk-box img {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.fun-box {
  background: transparent !important;
  width: 100%;
}

.fun-box .fun-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.fun-box .fun-item {
  width: 48%;
  height: 108px;
  background: #d8fef1;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.fun-box img {
  width: 58px;
}

.fun-box .text {
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  margin-left: 14px;
}

.fun-box .fun-item2 {
  background: rgba(212, 233, 255, 1);
}

.fun-box .fun-item3 {
  background: rgba(253, 236, 230, 1);
}

.fun-box .fun-item4 {
  background: rgba(226, 228, 255, 1);
}

.fun-box .fun-item5 {
  background: rgba(255, 237, 243, 1);
}

.fun-box .fun-item6 {
  background: rgba(255, 244, 220, 1);
}

/* 科技动态 政策法规 */
.new-container .kjdt-box {
  width: 50%;
}

.new-container .zcfg-box {
  width: 50%;
}

.new-container .zcfg-box .home-tabNewWrap {
  padding-top: 40px;
  width: 100%;
}

.new-container .kjdt-box .home-tabNewWrap {
  padding-top: 40px;
  width: 100%;
}

.new-container .list-box {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}

.new-container .list-box .list-title {
  width: 140px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  background: url("index-title.png") no-repeat;
  position: absolute;
  top: -10px;
  left: 0;
}

.kjdt-box .kjdt-swiper .stc-tabItem-active {
  border: 1px solid #fff;
  background: #fff;
  border-bottom: none;
  position: relative;
  z-index: 2;
  bottom: -1px;
}

.kjdt-box .kjdt-swiper .stc-tabItem-active {
  border: 1px solid #ff5f2e;
  background: #fff;
  color: #333333;
  border-bottom: none;
  position: relative;
  z-index: 2;
  bottom: -1px;
}

.zcfg-box .zcfg-swiper .stc-tabItem-active {
  border: 1px solid #ff5f2e;
  color: #333333;
  background: #fff !important;
  border-bottom: none;
  position: relative;
  z-index: 2;
  bottom: -1px;
}

.kjdt-box .stc-tabList {
  border: none;
}

.zcfg-box .stc-tabList {
  border: none;
}

.kjdt-box .stc-tabItem {
  border-bottom: 1px solid #ff5f2e;
}

.zcfg-box .stc-tabItem {
  border-bottom: 1px solid #ff5f2e;
}

.index-dot {
  width: 12px;
  height: 12px;
  background: #cccccc;
  border-radius: 50%;
}

#divMove {
  padding-top: 0;
  width: 220px;
  height: 150px;
  position: fixed;
  left: 0;
  z-index: 2222;
  cursor: pointer;
  /* background: url("zhinan.png") no-repeat;
  background-size: 100% 100%; */
}

#divMove .divMoveInner {
  width: 220px;
  height: 150px;
  background: url("a_bgzhinan.png") no-repeat;
  background-size: 100% 100%;
  padding: 6px 0 0 20px;
}

#divMove .cancel {
  position: absolute;
  z-index: 222;
  top: 5px;
  right: 5px;
  cursor: pointer;
  width: 14px;
}

#divMove .callSuggestionsEntry {
  width: 140px;
  height: 80px;
  background: url("wave_zhinan.png") no-repeat;
  background-size: 100% 100%;
  margin-bottom: 6px;
}

#divMove .expertEntry {
  width: 140px;
  height: 80px;
  background: url("wave_expert.png") no-repeat;
  background-size: 100% 100%;
  margin-bottom: 6px;
}

#divMove .divcontent {
  width: 180px;
  height: 48px;
  line-height: 40px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.45);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  /* filter: blur(1px); */
  margin: 14px 0 0 0;
  cursor: pointer;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
}

#divMove .divcontent img {
  vertical-align: middle;
  width: 18px;
  height: 18px;
}

#divMove .divcontent div {
  display: inline-block;
  vertical-align:middle;
}

#divMove .divcontent a {
  width: 100%;
  height: 100%;
  display: inline-block;
}